Skip to content

feat: add devcontainer for Codespaces support#113

Merged
zeevdr merged 1 commit into
mainfrom
feat/devcontainer
Jun 3, 2026
Merged

feat: add devcontainer for Codespaces support#113
zeevdr merged 1 commit into
mainfrom
feat/devcontainer

Conversation

@zeevdr
Copy link
Copy Markdown
Member

@zeevdr zeevdr commented Jun 3, 2026

Summary

  • Adds .devcontainer/devcontainer.json using the official Node 22 dev container image (mcr.microsoft.com/devcontainers/javascript-node:22)
  • Post-create command runs npm ci so the environment is ready immediately after container creation
  • Configures VS Code with Biome extension (default formatter, format-on-save) and TypeScript Next extension
  • Adds 'Open in GitHub Codespaces' badge to README

Test plan

  • Click the Codespaces badge in README — should open a new Codespace for the repo
  • Verify npm ci runs automatically after container creation
  • Verify Biome is active as the default formatter in VS Code
  • Verify format-on-save works in the Codespace

Closes #12

🤖 Generated with Claude Code

Adds .devcontainer/devcontainer.json using the official Node 22 dev
container image. Post-create runs npm ci so the environment is ready
immediately. Configures Biome and the TypeScript Next extensions with
format-on-save. Adds the Open in GitHub Codespaces badge to README.

Closes #12

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@github-actions
Copy link
Copy Markdown

github-actions Bot commented Jun 3, 2026

Bundle size

Entry Size Budget Status
dist/index.js 101.4 kB 160000

@zeevdr zeevdr merged commit e3fed64 into main Jun 3, 2026
16 checks passed
@zeevdr zeevdr deleted the feat/devcontainer branch June 3, 2026 10:07
@codecov
Copy link
Copy Markdown

codecov Bot commented Jun 3, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Devcontainer config for TypeScript SDK

1 participant